home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / Fresco / build / Unix / config / cf / sv4Lib.tmpl < prev    next >
Text File  |  1995-07-12  |  389b  |  16 lines

  1. XCOMM $XConsortium: sv4Lib.tmpl,v 1.19 93/12/03 10:48:36 kaleb Exp $
  2.  
  3. /*
  4.  * SVR4 shared library template
  5.  */
  6.  
  7. /* SVR4 shared libraries are deficient in link semantics */
  8. XMULIBONLY = -lXmu
  9. #ifndef FixupLibReferences
  10. #define FixupLibReferences()                        @@\
  11. XMULIB = $(XMULIBONLY) -z nodefs
  12. #endif
  13. #ifndef XawClientLibs
  14. #define XawClientLibs $(XAWLIB) $(XMULIBONLY) $(XTOOLLIB) $(XLIB)
  15. #endif
  16.